Get All Instructor
GET Get All Instructor
Method: GET
URL: https://kms.bpsdmkemhan.id/api/development/instructors?limit=1&offset=0
Description
| Parameter | Tipe Data | Deskripsi |
|---|---|---|
| categories | array | null |
| sort | string | null |
| available_for_meetings | int | null |
| free_meetings | int | null |
| discount | int | null |
| search | string | null |
| organization | int | null |
| downloadable | int | null |
| limit | int | Jumlah maksimum hasil yang dikembalikan. Default: 10. |
| offset | int | null |
Header
| Key | Value |
|---|---|
| x-api-key | 1234 |
| x-locale | id |
Params
| Name | Path |
|---|---|
| limit | 1 |
| offset | 0 |
Request Body (Json)
{
"pagination": {
"limit": 10
}
}